home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 22 / CU Amiga Magazine's Super CD-ROM 22 (1998)(EMAP Images)(GB)[!][issue 1998-05].iso / PowerPC / Programming / ucb_logoPPC / source / nographics.c < prev    next >
Encoding:
C/C++ Source or Header  |  1997-06-25  |  135 b   |  13 lines

  1.  
  2. /* A dummy graphics implementation for Unix */
  3.  
  4. #ifdef X_DISPLAY_MISSING
  5.  
  6. int pw, ph, pc, pm, pv, px, py, bg;
  7.  
  8. void nop()
  9. {
  10. }
  11.  
  12. #endif
  13.